testing.common.isParallel (field)

8 uses

	testing (current package)
		testing.go#L656: 	isParallel     bool           // Whether the test is parallel.
		testing.go#L1759: 	if t.isParallel {
		testing.go#L1775: 	t.isParallel = true
		testing.go#L1837: 		if c.isParallel {
		testing.go#L1912: 					if !t.isParallel {
		testing.go#L1948: 			if t.isParallel {
		testing.go#L2006: 			if !t.isParallel {
		testing.go#L2010: 		} else if t.isParallel {